Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: turn on ssl features for rust-s3 in Cargo.toml #210

Merged
merged 3 commits into from
Dec 13, 2023

Conversation

jessebot
Copy link
Contributor

@jessebot jessebot commented Dec 13, 2023

This PR turns on the necessary features for rust-s3 to allow for s3 endpoints that are secured with TLS (which is still known as SSL in about half the places on the internet 😁). I also ran cargo update rust-s3.

I followed the advice here: durch/rust-s3#291 (comment) Here's my test notes: #204 (comment)

I've also left some suggestions below to clean up some old comments.

Cargo.toml Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
@jessebot
Copy link
Contributor Author

Not sure why docker integrations test is failing 🤔 Happy to help out if you would like me to, but would need some pointers as I'm unfamiliar with these tests.

@speed2exe
Copy link
Collaborator

speed2exe commented Dec 13, 2023

@jessebot Thanks for the PR, I've checked, it's because the one of the CI requires github secrets for SMTP in .github/workflows/docker.yml. if you don't have the github secret configured, some of the test will fail. I'll test in my local before merging

speed2exe and others added 2 commits December 13, 2023 23:59
Co-authored-by: JesseBot <[email protected]>
Co-authored-by: JesseBot <[email protected]>
@speed2exe speed2exe merged commit 057919d into AppFlowy-IO:main Dec 13, 2023
2 of 4 checks passed
@jessebot jessebot deleted the fix/support-ssl-for-rust-s3 branch December 14, 2023 07:39
@jessebot
Copy link
Contributor Author

thanks so much @speed2exe ! You really are speedy :)

Horusiath pushed a commit that referenced this pull request May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants